net/http.http2serverConn.bw (field)
6 uses
net/http (current package)
h2_bundle.go#L4388: bw: http2newBufferedWriter(s.group, c, conf.WriteByteTimeout),
h2_bundle.go#L4438: fr := http2NewFramer(sc.bw, c)
h2_bundle.go#L4530: sc.bw.Flush()
h2_bundle.go#L4539: bw *http2bufferedWriter // writing to conn
h2_bundle.go#L4652: func (sc *http2serverConn) Flush() error { return sc.bw.Flush() }
h2_bundle.go#L5286: if wr.write.staysWithinBuffer(sc.bw.Available()) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)